Q3DisplayGroup_Submit
You can use theQ3DisplayGroup_Submit
function to submit a display group for drawing, picking, bounding, or writing.
TQ3Status Q3DisplayGroup_Submit ( TQ3GroupObject group, TQ3ViewObject view);
group
- A group.
view
- A view.
DESCRIPTION
TheQ3DisplayGroup_Submit
function submits the display group specified by thegroup
parameter for drawing, picking, bounding, or writing in the view specified by theview
parameter.SPECIAL CONSIDERATIONS
You should call this function only in a submitting loop.ERRORS
kQ3ErrorInvalidObject
kQ3ErrorOutOfMemory
kQ3ErrorViewNotStarted